home *** CD-ROM | disk | FTP | other *** search
- ; BDPORT.INF
- ; This is the device information file for the Winmodem port installation.
-
- ; Comment starting with a semicolon should not be added at the end of a line.
-
- [version]
- signature="$CHICAGO$"
-
- Class=Ports
- ; install hardware with port capabilities only.
-
- Provider=%Bestdata%
- ; name of the hardware provider
-
- [DestinationDirs]
- ComPort.CopySys=11
- ; SYSTEM subdirectory
-
- [SourceDisksFiles]
- bdpmodem.vxd=1
- ; Source disk : disk one
-
- [SourceDisksNames]
- 1="Best Data 56x2",DISK1,2345-16E8
- ; this is the install disk description
-
- ;----------------------------------------------------------
- ; Install class "Ports"
- ; Windows will probably not use these entries, because the port class
- ; is already installed
-
- [ClassInstall]
- AddReg=PortsClass.AddReg
-
- [PortsClass.AddReg]
- HKR,,,,%PortsClassName%
-
- ;----------------------------------------------------------
- ; Drivers
- ; BDPmodem hardware declaration
-
- [Manufacturer]
- %Std%=Std
-
- [Std]
- %BDPmodem.DeviceDesc% = ComPort,BDPMODEM
-
- ;----------------------------------------------------------
- ; COM sections
-
- [ComPort]
- AddReg=ComPort.AddReg
- ; add registry entries
-
- UpdateIniFields=ComPort.AddIniField
- ; add new entries to system.ini
-
- CopyFiles=ComPort.CopySys
- ; copy BDPmodem files
-
- [ComPort.CopySys]
- bdpmodem.vxd,bdpmodem.vx_
- ; this file will be copied in the SYSTEM directory
-
- [ControlFlags]
- ExcludeFromSelect=BDPMODEM
-
- [ComPort.AddReg]
- ; system keys
- HKR,,ConfigDialog,,serialui.dll
- ; the DLL containing the baud rate/data bits/stop bits configuration dialog
-
- HKR,,DevLoader,,*vcomm
- ; device loader. Must be vcomm
-
- HKR,,PortDriver,,bdpmodem.vxd
- ; driver name
-
- HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 09,40,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
- ; Default DCB
-
- HKR,,PortSubClass,1,01
- ; May be useless
-
- HKR,,EnumPropPages,,"bdpmodem.cpl,EnumPropPages"
- ; Coordinates of the property provider
-
- ; Winmodem specific keys. Required. See VxD external specifications
- HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\AutomaticPortSelection,,,TRUE
- HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\Base,,,270
- HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\ComAlias,,,COM4
- HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\ComPort,,,COM4
- HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\ForceCOM1To4,,,TRUE
- HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\IRQ,,,7
- HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\AllowIRQSharing,,,TRUE
-
- [ComPort.AddIniField]
- %10%\SYSTEM.INI,Boot,drivers,"bdpmodem.100\bdpmodem.drv",
- ; this entry delete the reference to an old BDPmodem driver.
-
- %10%\SYSTEM.INI,Boot,drivers,,"bdpmodem.101\bdpmodem.drv"
- ; this entry add the BDPmodem driver to the list of preloaded drivers.
-
- ;----------------------------------------------------------
- ; User readable strings
- [Strings]
- Bestdata = "Bestdata"
- Std = "Bestdata"
- PortsClassName = "Ports (COM & LPT)"
- BDPmodem.DeviceDesc = "Best Data 56x2"
-